![]() |
PATH![]() |
![]() ![]() |
Obtains the size of a piece of data that has previously been associated with a control.
pascal OSStatus GetControlPropertySize (
ControlHandle control,
OSType propertyCreator,
OSType propertyTag,
UInt32 *size);
If you want to retrieve a piece of associated data with the function
GetControlProperty
, you will typically need to use the
GetControlPropertySize
function beforehand to determine the size of the associated data.